From: Glenn Morris Date: Thu, 7 Jun 2007 07:23:48 +0000 (+0000) Subject: (print_version): Add `emacs_copyright' string, for easier automatic X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18571 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8e7afc9061ae7b68db89cb276d8b7aac77c3617b;p=emacs.git (print_version): Add `emacs_copyright' string, for easier automatic updating. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index b85ec8d57a9..aa5fda39396 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -887,8 +887,11 @@ etags --help --lang=ada."); static void print_version () { + /* Makes it easier to update automatically. */ + char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc." + printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION); - puts ("Copyright (C) 2007 Free Software Foundation, Inc."); + puts (emacs_copyright); puts ("This program is distributed under the terms in ETAGS.README"); exit (EXIT_SUCCESS);